-
Re: Multi-part formula with multi select field using references issue
Hi Kimberly, try this. =COUNTIFS({Student Type}, "University Student", {Student Availability}, HAS(@cell, "Monday AM")) --Anson1 · -
Re: Calculate workday duration between two dates?
Hi Claire, you may look into the formula function NETWORKDAYS() https://help.smartsheet.com/function/networkdays --Anson1 · -
Re: Formula to Collate Entries based on Criteria
Hi Cheryl, Not quite sure if this is what you want. You can use JOIN() + COLLECT() to select by criteria and concatenate them in a cell for an overall update. E.g. --Anson2 ·